home *** CD-ROM | disk | FTP | other *** search
- Declare Function GetFreeSpace Lib "kernel" (ByVal flag%) As Long
- MsgBox Str(GetFreeSystemResources(1))
- MsgBox Str(GetFreeSystemResources(2))
- MsgBox Str(GetFreeSpace(0))
- Declare Function GetFreeSystemResources Lib "User" (ByVal fuSysResource As Integer) As Integer
-